home *** CD-ROM | disk | FTP | other *** search
- #include "bbs.h"
-
- void MyClearStatusPane(void)
- {
- StatPrint("\14 "); /* clear screen and text bold */
-
- StatCursorTo(1,1);
- StatPrint("NAME |PASSWORD| 1|255|XXXXXXXXX|800-555-1212| |");
-
- StatCursorTo(1,2);
- StatPrint("LOCATION | 0| 0| 0| 0| 0| 0|");
-
- StatCursorTo(1,3);
- StatPrint("TIME | 0| 0|LAST CALLED |");
-
- StatPrint(""); /* and set text to normal */
- StatParkCursor();
-
- sprintf(GSTR3,"%5d",Online_BaudR);
- StatMessage(73,1,GSTR3);
- }
-